'Declaration
Public Overloads Sub HandleSelectionChange( _ ByVal item As T, _ ByVal statusChanged As Boolean _ )
public void HandleSelectionChange( T item, bool statusChanged )
Parameters
- item
- The item to handle its selection
- statusChanged
- A value indicating if the item status (selected/unselected) was already changed outside the C1SelectionManager